home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / planetaria / download / celestia / celestia-win32-1.3.2.exe / {app} / data / spacecraft.ssc < prev    next >
Text File  |  2004-08-02  |  3KB  |  158 lines

  1. "Mir" "Sol/Earth"
  2. {
  3.     Class "spacecraft"
  4.     Mesh "mir.3ds"
  5.     Radius 0.0165      # Mir is 33 meters long
  6.     Beginning      2446482.0     # Launched 20 Feb 1986
  7.     Ending            2451989.77083 # Reentered 21 Mar 2001
  8.  
  9.     # Assuming these elements to be constant isn't accurate . . .
  10.     # Celestia really needs to support better orbit models.
  11.     EllipticalOrbit {
  12.         Period            0.06415338
  13.         SemiMajorAxis  6769
  14.         Eccentricity      0.0000831
  15.         Inclination      51.6461
  16.         AscendingNode    83.8459
  17.         ArgOfPericenter 296.4901
  18.         MeanAnomaly      63.6005
  19.     }
  20.  
  21.     Obliquity             51.6461
  22.     RotationOffset       180
  23.     EquatorAscendingNode  83.8459
  24.  
  25.     Albedo           0.10
  26. }
  27.  
  28. "ISS" "Sol/Earth"
  29. {
  30.     Class "spacecraft"
  31.     Mesh "iss.3ds"
  32.     Radius 0.040
  33.     Beginning           2451138    # Zarya module launched 20 Nov 1998
  34.     # Ending ????
  35.  
  36.     EllipticalOrbit {
  37.         Period          0.064176392
  38.         SemiMajorAxis   6767
  39.         Eccentricity    0.0016886
  40.         Inclination      51.5684
  41.         AscendingNode   343.1518
  42.         ArgOfPericenter 346.2476
  43.         MeanAnomaly      13.8216
  44.         Epoch           2452028.18381755
  45.     }
  46.  
  47.     Obliquity 51.5684           #
  48.     RotationOffset 90            #orientation corrections by Matt McIrvin
  49.     EquatorAscendingNode 343.1518 #
  50.  
  51.     Albedo        0.10
  52. }
  53.  
  54. "Hubble" "Sol/Earth"
  55. {
  56.     Class "spacecraft"
  57.     Mesh "hubble.3ds"
  58.     Radius 0.007                  # 14 meters across
  59.     Beginning         2448007     # Deployed 25 April 1990
  60.     # Ending 2010?
  61.  
  62.     EllipticalOrbit {
  63.         Period          0.06903
  64.         SemiMajorAxis   6767
  65.         Eccentricity    0.0012082
  66.         Inclination      28.4675
  67.         AscendingNode    51.0100
  68.         ArgOfPericenter  27.0378
  69.         MeanAnomaly     333.0836
  70.         Epoch           2452028.18381755
  71.     }
  72.  
  73.     Albedo       0.10
  74. }
  75.  
  76. "Galileo" "Sol"
  77. {
  78.     Class "spacecraft"
  79.     Mesh "galileo.3ds"
  80.     Radius   0.01
  81.  
  82.     InfoURL "http://galileo.jpl.nasa.gov"
  83.  
  84.     Beginning "1989 10 19 02:47"   # Launch
  85.     Ending    "2003  9 21 10:44"   # Crash into Jupiter
  86.  
  87.     SampledOrbit "galileo.xyz"
  88.     EllipticalOrbit
  89.     {
  90.     Period        64.4068
  91.     SemiMajorAxis  4632880
  92.     Eccentricity   0.831774
  93.     Inclination    4.213
  94.     AscendingNode  59.562
  95.     ArgOfPericenter 97.224
  96.     TrueAnomaly    -66.619
  97.     }
  98.  
  99.     RotationPeriod    1.0e9  # Essentially no rotation . . .
  100.     Orientation     [ 90 0 1 0 ]
  101.  
  102.     Albedo         0.50
  103. }
  104.  
  105. "Cassini" "Sol" 
  106. {
  107.     Class "spacecraft"
  108.     Mesh "cassini.3ds"
  109.     Radius 0.011
  110.  
  111.     InfoURL "http://saturn.jpl.nasa.gov/home/index.cfm"
  112.  
  113.     Beginning 2450736.893877314 # 1997 Oct 15 09:27:11
  114.  
  115.     SampledOrbit    "cassini.xyz"
  116.  
  117.     RotationPeriod 1e9
  118. }
  119.  
  120.  
  121. "Huygens (with Cassini)" "Sol/Cassini" 
  122. {
  123.     Class "spacecraft"
  124.     Mesh "huygens.3ds"
  125.     Radius 0.00135
  126.     
  127.     InfoURL "http://saturn.jpl.nasa.gov/home/index.cfm"
  128.  
  129.     Beginning 2450736.893877314 # 1997 Oct 15 09:27:11
  130.     Ending    2453364.5847      # 2004 Dec 25 02:01:58
  131.  
  132.     EllipticalOrbit {
  133.         SemiMajorAxis 0.0013
  134.         Period 1e9
  135.         Inclination 5
  136.         AscendingNode 270
  137.         MeanAnomaly 270
  138.     }
  139. }
  140.  
  141. "Huygens (free flight)" "Sol" 
  142. {
  143.     Class "spacecraft"
  144.     Mesh "huygens.3ds"
  145.     Radius 0.00135
  146.  
  147.     InfoURL "http://saturn.jpl.nasa.gov/home/index.cfm"
  148.  
  149.     Beginning 2453364.5847 # 2004 Dec 25 02:01:58
  150.     Ending    2453384.8750 # 2005 Jan 14 09:00:00
  151.  
  152.     SampledOrbit "huygens.xyz"
  153.  
  154.     Orientation [ 90 0 0 1 ]
  155.     Obliquity 70
  156.     RotationPeriod 0.01
  157. }
  158.